Approximates a Bezier curve by a series of line segments.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public static List<Point> ApproxBezier ( |
Visual Basic Copy Code |
---|
Public Shared Function ApproxBezier( _ |
A list of points that approximate the curve as a series of straight line segments.